home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Programacao / Bloodshed Dev-C++ 2.0 / _SETUP.1 / new.h < prev    next >
C/C++ Source or Header  |  1998-03-08  |  174b  |  14 lines

  1. // -*- C++ -*- forwarding header.
  2.  
  3. #ifndef __NEW_H__
  4. #define __NEW_H__
  5.  
  6. #include <new>
  7.  
  8. #if 0
  9. using std::new_handler;
  10. using std::set_new_handler;
  11. #endif
  12.  
  13. #endif // __NEW_H__
  14.